Conditions | 2 |
Total Lines | 6 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 2 |
Changes | 0 |
1 | import React from 'react'; |
||
13 | render(): React.ReactElement { |
||
14 | 2 | return <div className="mdc-drawer-app-content mdc-top-app-bar--fixed-adjust"> |
|
15 | <main className="main-content" id="main-content"> |
||
16 | {this.props.model.module != null ? <this.props.model.module /> : <div>Loading...</div>} |
||
17 | </main> |
||
18 | </div>; |
||
19 | } |
||
20 | } |